HTMLify

index.html
Views: 127 | Author: ahmads_codes
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
    integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
  <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
    integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
    crossorigin="anonymous"></script>
  <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
    integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
    crossorigin="anonymous"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js"
    integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+"
    crossorigin="anonymous"></script>
  <script src="bootstrap.min.css"></script>
  <script src="bootstrap.min.js"></script>
  <script src="jquery.slim.min.js"></script>
  <script src="popper.min.js"></script>
  <link rel="stylesheet" href="feedback.html">

</head>

<body>

  <nav class="navbar navbar-expand-lg navbar-light bg-light">
    <a class="navbar-brand" href="#"><b>Precious Memories </b></a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
      aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
      <span class="navbar-toggler-icon"></span>
    </button>

    <div class="collapse navbar-collapse" id="carousel slide carousel-fade">
      <ul class="navbar-nav mr-auto">
        <li class="nav-item active">
          <a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="about.html">About Us</a>
        </li>
        <li class="nav-item dropdown">
          <a class="nav-link dropdown-toggle" href="Destination(rafi).html" role="button" data-toggle="dropdown"
            aria-expanded="false">
            Destination
          </a>
          <div class="dropdown-menu">
            <a class="dropdown-item" href="delhi.html">Delhi</a>
            <a class="dropdown-item" href="jamshedpur.html">Jamshedpur</a>
            <a class="dropdown-item" href="jaipur.html">Jaipur</a>
            <a class="dropdown-item" href="">Goa</a>
            <a class="dropdown-item" href="manali.html">Manali</a>
            <a class="dropdown-item" href="pune.html">Pune</a>
            <div class="dropdown-divider"></div>
            <a class="dropdown-item" href="destination.html">others</a>
          </div>
        </li>
        <li class="nav-item">
          <a class="nav-link " href="feedback.html"> Feedback</a>
        </li>
        <li class="nav-item">
          <a class="nav-link " href="contact.html"> Contact Us</a>
        </li>
        <li class="nav-item">
          <a class="nav-link " href="#"> Log in</a>
        </li>
      </ul>
      <form class="form-inline my-2 my-lg-0">
        <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
        <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
      </form>
    </div>
  </nav>
  <div id="carouselExampleCaptions" class="carousel slide carousel-fade" data-ride="carousel">
    <ol class="carousel-indicators">
      <li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
      <li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
      <li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
    </ol>
    <div class="carousel-inner">
      <div class="carousel-item active">
        <img src="1.jpg" class="d-block w-100" alt="..." height="750px" width="100%">
        <div class="carousel-caption d-none d-md-block">
          <h5> God Bless You</h5>
          <p>We are making photographs to understand what lives mean to us</p>
        </div>
      </div>
      <div class="carousel-item">
        <img src="2.jpg" class="d-block w-100" alt="..." height="750px" width="100%">
        <div class="carousel-caption d-none d-md-block">
          <h5>Mission</h5>
          <p>Don’t shoot what it looks like.Shoot what it feels like</p>
        </div>
      </div>
      <div class="carousel-item">
        <img src="h3.webp" class="d-block w-100" alt="..." height="750px" width="100%">
        <div class="carousel-caption d-none d-md-block">
          <h5>Vission</h5>
          <p>When people look at my pictures I want them to feel the way they do when they want to read a line of a poem
            twice</p>
        </div>
      </div>
    </div>
    <button class="carousel-control-prev" type="button" data-target="#carouselExampleCaptions" data-slide="prev">
      <span class="carousel-control-prev-icon" aria-hidden="true"></span>
      <span class="sr-only">Previous</span>
    </button>
    <button class="carousel-control-next" type="button" data-target="#carouselExampleCaptions" data-slide="next">
      <span class="carousel-control-next-icon" aria-hidden="true"></span>
      <span class="sr-only">Next</span>
    </button>
  </div>

  <!-- blue line -->

  <hr>

  <div class="text-success">

  </div>
  <hr class="border border-primary border-3 opacity-75">

  <h1><b>
      <center>Find your wedding venue</center>
    </b></h1>
  <p><b>
      <center>Search through a vast selection of venues to find the place that perfectly matches your wedding vision
      </center>
    </b></p>




  <!-- image -->
  <img src="d.jpeg" alt="..." height="650px" width="100%">

  <h1><b>
      <center>Promotions you might be interested in</center>
    </b></h1>
  <img src="k3.jpg" class="rounded-circle" alt="..." height="30%" width="30%">
  <img src="h1.jpg" class="rounded-circle" alt="..." height="35%" width="35%">
  <img src="saumya-kanisth-38.webp" class="rounded-circle" alt="..." height="33%" width="33%">
  <!-- <img src="k2.jpeg" class="rounded-circle" alt="..."height="250%" width="25%"> -->

  <h1><b>
      <center>Factors to consider before choosing the venue for your wedding</center>
    </b></h1><br>

  <h3>
    <center>Finding the most fitting venue for your wedding ceremonies and celebrations can be a daunting task, but
      we're going to help you narrow your search and guide you through the first steps. Are you ready?</center>
  </h3> <br>


  <div>Budget. One of the most deciding factors that will guide your venue search is your budget. Once you've got a
    clear idea of how much you can spend on the venue, you'll be able to narrow your search and take advantage of your
    precious time as you make visits.</div><br>
  <div>Availability. Once you have a wedding date, it's a good idea to ask if the venue is available on your wedding
    date. If they are available and you're clear on your priorities and the services they offer are suitable to you, ask
    how far in advance you can reserve the venue. Also ask if they do multiple weddings in one day.</div><br>
  <div>Capacity. Next, you'll need to ensure your guest list will fit in the venue. Ask how many guests can the venue
    accommodate, what facilities do they offer for pre- and post-wedding events?</div><br>
  <div>Accommodation. Does the venue provide accommodation? What are the costs and are there deals for large groups? If
    they don't have accommodation on the premises, perhaps they can recommend nearby hotels.</div><br>
  <div>Services. What are the services the venue can offer? It's a good idea to get a detailed list with pricing to make
    the best decisions going forward. If you prefer your own photographer or caterer to the one the venue provides, be
    sure to ask if you can bring your own vendors.</div><br>
  <div>Time. It's important to get a precise answer to this question. For how many hours can we use this venue as per
    the quoted rental amount? Are there fixed timelines?.</div><br>
  <div>Rules. It's a good idea to ask about any specific rules the venue has, such as noise-reduction, curfews, or
    protocols that your vendors should know about. What spaces do vendors have access to?. </div><br>

  <h1><b>
      <center>How to find the right wedding venue near you</center>
    </b></h1>
  <p>Booking your wedding venue is one of the most important decisions in your wedding planning journey. The wedding
    venue you choose can set the theme for your wedding celebrations. Do you already have a theme and setup in mind? Did
    you envision a beach wedding or a glamorous night with white lights and candles all around in an open-air venue?
    Some couples also want their wedding to be steeped in traditions and prefer wedding halls with grand in-house
    wedding venue decoration. Couples who want a royal wedding, book palaces in India that are available to host
    weddings, or choose 5-star hotels that have state-of-the-art infrastructure.</p><br>
  <p>We have no doubt that you'll find your dream venue among over 8,900 at your fingertips in WeddingWire.in. You can
    find unique wedding venues from each and every state of India with our free wedding planning app and website,
    WeddingWire India. Download the WeddingWire India app today to find wedding venues near you. You can shortlist the
    ones that fit the bill and send enquiries with the app's Vendor Manager. The WeddingWire India app and website make
    your venue searching journey easier by putting together an exhaustive list of different kinds of wedding venues that
    are available on your mobile phone. You can also read about each venue, their approximate pricing, and the services
    they offer, on their storefront/profile created on WeddingWire India and read reviews/ratings written by other
    couples explaining their experience of the venue.</p><br>
  <!-- Footer -->
  <footer class="text-center text-lg-start bg-body-tertiary text-light bg-dark ">
    <!-- Section: Social media -->
    <section class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom">


      <!-- Right -->
      <div>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-facebook-f"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-twitter"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-google"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-instagram"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-linkedin"></i>
        </a>
        <a href="" class="me-4 text-reset">
          <i class="fab fa-github"></i>
        </a>
      </div>
      <!-- Right -->
    </section>
    <!-- Section: Social media -->

    <!-- Section: Links  -->
    <section class="">
      <div class="container text-center text-md-start mt-5">
        <!-- Grid row -->
        <div class="row mt-3">
          <!-- Grid column -->
          <div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
            <!-- Content -->
            <h6 class="text-uppercase fw-bold mb-4">
              <i class="fas fa-gem me-3"></i>Precious Memories
            </h6>
            <p>
              Plan your wedding on the go with the WeddingWire app
            </p>
          </div>
          <!-- Grid column -->

          <!-- Grid column -->
          <div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
            <!-- Links -->
            <h6 class="text-uppercase fw-bold mb-4">
              Products
            </h6>
            <p>
              <a href="#!" class="text-reset">Angular</a>
            </p>
            <p>
              <a href="#!" class="text-reset">React</a>
            </p>
            <p>
              <a href="#!" class="text-reset">Vue</a>
            </p>
            <p>
              <a href="#!" class="text-reset">Laravel</a>
            </p>
          </div>
          <!-- Grid column -->

          <!-- Grid column -->
          <div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
            <!-- Links -->
            <h6 class="text-uppercase fw-bold mb-4">
              Useful links
            </h6>
            <p>
              <a href="http://www.instagram.com" class="text-reset">Instagram</a>
            </p>
            <p>
              <a href="http://www.whatsspp.com" class="text-reset">whats app</a>
            </p>
            <p>
              <a href="http://www.snapchat.com" class="text-reset">Snapchat</a>
            </p>
            <p>
              <a href="http://www.google.com" class="text-reset">Google</a>
            </p>
          </div>
          <!-- Grid column -->

          <!-- Grid column -->
          <div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
            <!-- Links -->
            <h6 class="text-uppercase fw-bold mb-4">Contact</h6>
            <p><i class="fas fa-home me-3"></i> New York, NY 10012, US</p>
            <p>
              <i class="fas fa-envelope me-3"></i>
              info@example.com
            </p>
            <p><i class="fas fa-phone me-3"></i> + 01 234 567 88</p>
            <p><i class="fas fa-print me-3"></i> + 01 234 567 89</p>
          </div>
          <!-- Grid column -->
        </div>
        <!-- Grid row -->
      </div>
    </section>

    <!-- Copyright -->
    <div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
      © 2021 Copyright:
      <a class="text-reset fw-bold" href="https://mdbootstrap.com/">MDBootstrap.com</a>
    </div>
    <!-- Copyright -->
  </footer>
  <!-- Footer -->




</body>

</html>

Comments